get last value in a comma separated list of values


取得用 , 分隔的詞組中的最後一個詞
get last value in a comma separated list of values

abc,efg,hijk,lmn

lmn

reverse(split_part(reverse(member_property.value), ',' , 1))

#postgresql






你可能感興趣的文章

GitLab 架設

GitLab 架設

什麼是盒模型(box modal)?

什麼是盒模型(box modal)?

建立學習心態

建立學習心態






留言討論